home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / LAN / LMAIL125.ARJ / LANMAIL.DOC next >
Text File  |  1992-03-08  |  5KB  |  91 lines

  1. Version 1.21                        LANMail                         01/15/1992
  2.  
  3.    LANMail is a 6K swapping TSR program that allows you to send, receive, and 
  4. output LANTastic e-mail.  LANMail will use EMS memory if available, or will 
  5. create temporary files on the C: drive.  LANMail lets the user send mail to 
  6. the message server in two formats: a free-form format, and a Phone Message 
  7. format.  When a phone message is sent, a carbon copy of the message is saved 
  8. in a text file called LANMAIL.CRB located in the directory in which LANMail 
  9. was executed.  After reading mail, the user is presented with the question: 
  10.         "<<<End of message>>>  Print this Message ? N"
  11. If the user responds with a 'Y', the question
  12.         "Output to (F)ile, (P)rinter, or (N)one ?"
  13. will appear.  Answering 'F' will allow the user to append toe message to the end
  14. of a file, or create a new file if necessary. Answering 'P' will allow the user 
  15. to print the message to a printer, and answering 'N' will abort the output.  
  16. Regardless of the response, the message will remain in the user's mailbox. 
  17.    Next, the user will be asked 
  18.         "Delete this message ? N"
  19. If the user responds with 'Y' then the message will be deleted for the mailbox, 
  20. any other key will leave the message in the mailbox.
  21.  
  22.    To run LANMail type:
  23.         LANMAIL /P:{MESSAGE_SERVER} [/S] [/Fpath] [/U] [/K:{Hot-key sequence}]
  24. where {MESSAGE-SERVER} is the name of the server mail and phone messages are 
  25. to be sent to.  This parameter must be provided, if it is not, the user will 
  26. be prompted to input the phone message server.
  27.  
  28.    The /S parameter can be used to run LANMail in a "stand alone" 
  29. mode.  This allows you to run the LANMail program without installing it as a 
  30. TSR.
  31.    The /F paramter allows you to specify where the 2 swapfiles will be placed. 
  32. There is no error checking at this time, so make sure it is a valid location.  
  33. (Swap files will only be used if there is not suffecient EMS or extended memory 
  34. available for the swap)  If the /F parameter is not used C:\ is assumed.  An 
  35. example would be:
  36.         LANMAIL /P:MAIL-SERVER /FD:\TEMP   (Swap files in D:\TEMP)
  37.                     or
  38.         LANMAIL /P:MAIL-SERVER /FD:\       (Swap files in the root of D:)
  39.  
  40.    The /U parameter will attempt to uninstall the LANMail TSR.
  41.  
  42.    The /K parameter allows the user to define a hot key sequence besides the 
  43. default.  An example to set the hot key to Control Alternate M would be
  44.        /K:(Ctrl)(Alt)(M)
  45.        (Ctrl)   Control key       (Alt)     Alt key  
  46.        (LShift) Left shift key    (RShift)  Right shift key
  47.        (F1)     F1 function key   (F2..F12) Cooresponding function keys
  48.        The letters A-Z, the number 0-9, and all punctuation characters can
  49.        be used.
  50.        NOTE: Only one "main key" can be used.  The main key in the example 
  51.                above is the letter M
  52.  
  53.    LANMail was written using Turbo Power's TSRs Made Easy V1.00 and compiled 
  54. under Borland's Turbo Pascal v5.5.  I highly recommend TSR's Made Easy for any 
  55. Turbo Pascal programmer wishing to make their programs run as TSRs with minimal 
  56. effort and change.  Turbo Power can be reached on Compu$erve at user id 
  57. 76004,2611 or by phone at (719) 260-6641. 
  58.         
  59.    DISCLAIMER: PAUL DURDEN MAKES NO CLAIMS, WRITTEN OR IMPLIED, AS TO THE 
  60. STABILITY OR OPERATION OF THIS PROGRAM. USE IT SOLELY AT YOUR OWN RISK! WHILE 
  61. I BELIEVE THAT IT PERFORMS ITS INTENDED FUNCTION AS OUTLINED IN THIS DOCUMENT, 
  62. PAUL DURDEN WILL NOT BE RESPONSIBLE FOR ANY ADVERSE REACTIONS WHICH MAY BE 
  63. CAUSED BY ITS USE. 
  64.  
  65.    Of course, if you experience a problem using this program, I would like to 
  66. know about it. If you find this program of value, a small donation ($20) for 
  67. the time and effort would be appreciated.
  68.  
  69.    If you need to contact me for any reason, or would like to send a donation, 
  70. you may reach me by the following means: 
  71.  
  72. Paul Durden
  73. P.O. Box 7234
  74. Huntsville, AL 35807
  75.  
  76. Or leave mail for Paul Durden on Artisoft's ArtiFACTS BBS.
  77.  
  78. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  79. Version                Changes
  80. --------     ----------------------------------------------------------------
  81.   1.20         Initial release to public
  82.  
  83.   1.21         Output to printers made less cryptic (hopefully), time-stamp 
  84.                problem fixed. Error trapping while reading mail cleaned-up.
  85.  
  86.   1.25         Hot-key sequence is now runtime definable.  Text background
  87.                and foreground colors are now initialized to White text on a
  88.                Black background, this hopefully will help monochrome users
  89.                whose cursor disappears while using LANMail due to the
  90.                current programs text attributes.
  91.